* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

body {
  background-color: rgb(14, 57, 71);
  font-family: "Houschka Pro Medium";
  font-weight: 200;

}


.header-banner{
  max-width: 1800px;
  margin: auto;
  height: 100%;
  min-height: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.123), rgba(0, 0, 0, 0.789)), url(image/about\ us\ header\ img.jpg);
  background-position: center;
  background-size: 100% 100%;
  padding:50px  150px;
}
.header-banner p{
  width: 100%;
  padding-bottom: 5px;
  color: white;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.341);
}


.header-banner h1 {
  font-size: 50px;
  text-align: center;
  color: #fff;
  padding-top: 200px;
}

.sec1 .sec1-text {
  width: 55%;
  /* text-align: center; */
  /* color: white; */
}

.sec1 .sec1-text h1 {
  font-size: 45px;
}

.sec1 .sec1-text p {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 500;
}

.sec2a {
  max-width: 1500px;
  height: 600px;
  margin: auto;
  padding: 60px 30px;
  /* margin-top: 50px; */
  background-image: linear-gradient(rgba(0, 0, 0, 0.345), rgba(0, 0, 0, 0.772)), url(image/slider\ img1.jpeg);
  background-position: center;
  background-size: 100% 100%;


}

.sec2-text-box {
  width: 46%;
  padding: 10px;
  margin-left: 30px;
  display: flex;

  /* border-left: 1px solid red; */
}

.sec2-text-box h2 {
  font-size: 35px;
  margin-left: 25px;
  color: rgba(255, 255, 255, 0.841);
}

.sec2-text-box img {
  width: 8px;
  border-radius: 5px;
  filter: brightness(1.5);
  margin-top: 12px;
  height: 150px;
}


.sec3a {
  max-width: 1500px;
  margin: auto;
  background-color: white;
  padding: 60px 30px;


}

.sec3a h1 {
  font-size: 45px;
  margin-left: 40px;
  color: rgba(0, 0, 0, 0.848);
}

.sec3-text-box {
  width: 46%;
  margin-top: 20px;
  padding: 10px;
  margin-left: 30px;
  display: flex;
}

.sec3-text-box h2 {
  font-size: 35px;
  margin-left: 25px;
  color: rgba(0, 0, 0, 0.841);
}

.sec3-text-box img {
  width: 8px;
  border-radius: 5px;
  filter: brightness(1.5);
  margin-top: 12px;
  height: 150px;
}






.sec4a {
  max-width: 1500px;
  margin: auto;
  justify-content: space-evenly;
  background-color: #031826;
  align-items: center;
  text-align: center;
  padding: 50px 30px;
  color: rgba(255, 255, 255, 0.837);

}

.sec4a h1 {
  font-size: 50px;
}

.sec4a p {
  font-size: 25px;
  margin-top: 20px;
}

/* .sec4-mean-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: white;
}
.sec4-icons{
  width: 220px;
  height: 200px;
} */


.sec5a {
  max-width: 1500px;
  /* height: 500px; */
  margin: auto;
  padding: 100px 20px;
  background-image: linear-gradient(to bottom right, rgb(255, 255, 255), rgba(255, 255, 255, 0.809), rgb(59, 3, 49));
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;

}

.sec5-img {
  width: 450px;
  /* background-color: #0082e6; */
  height: 300px;
}

.sec5-img img {
  width: 100%;
  height: 280px;
  border-radius: 20px;
  border: 0.8px solid rgb(105, 105, 105);
  /* box-shadow: 40px 40px 5px rgb(0, 0, 0); */
}

.sec5-text {
  width: 400px;
  height: 300px;
}

.sec5-text h3 {
  font-size: 32px;

}

.sec5-text p {
  font-size: 22px;
  margin-top: 10px;
  font-weight: 400;

}


.sec6a {
  max-width: 1500px;
  margin: auto;
  padding: 100px 50px;
    background-color: #031826;
}

.sec6-header {
  width: 60%;
}

.sec6-header h1 {
  font-size: 60px;
  line-height: 65px;
  color: white;
}

.sec6-header h2 {
  font-size: 40px;
  color: rgba(0, 198, 243, 0.849);

}

.sec6-header p {
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.682);
  font-size: 25px;
  font-weight: 600;
}

.sec6-text-box {
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  color: rgba(255, 255, 255, 0.827);

}

.sec6-text-box .box {
  width: 300px;
  border-bottom: 1px solid gray;
  padding-bottom: 50px;
}

.sec6-text-box .box h2 {
  font-size: 35px;
}


.sec6-text-box .box p {
  font-size: 20px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.597);
}


.sec7a {
  max-width: 1500px;
  margin: auto;
  padding: 100px 50px;
  background-image: linear-gradient(to bottom left, rgb(255, 255, 255), rgba(255, 255, 255, 0.965), rgb(0, 26, 42));


}

.sec7a h1 {
  font-size: 55px;
  color: rgba(0, 0, 0, 0.913);
}

.sec7a-container {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  justify-content: flex-end;
}

.sec7a-container .box {
  width: 350px;
  margin-left: 20px;
}

.sec7a-container .box h2 {
  font-weight: 500;
  margin-top: 15px;
  margin-left: 10px;
}

.sec7a-container .box p {
  color: rgba(0, 0, 0, 0.723);
  font-size: 19px;
  margin-top: 15px;
  margin-left: 10px;
  font-weight: 500;
}

.sec7a-container .box img {
  border-radius: 20px;
  width: 100%;
  height: 250px;
}







.box3 {
  max-width: 1500px;
  align-items: center;
  align-self: center;
  /* position: relative; */
  margin: auto;
  margin-top: 50px;
  padding-top: 20px;
  color: #f2f2f2;
  /* background-color: black; */
}

.box3 .sub-box2 {
  padding-left: 20px;
  /* background-color: aqua; */
  text-align: start;
}

.box3 .sub-box2 h2 {
  font-size: 32px;
  font-weight: 500;
  align-items: flex-start;
  text-align: start;
}

.box3 .sub-box2 p {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 400;
}

.box3 .sub-box3 {
  width: 100%;
  margin-top: 20px;
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  column-gap: 20px;
  padding-bottom: 30px;
  /* background-color: aqua; */

}

.box3 .sub-box3::-webkit-scrollbar {
  width: 0 !important
}

.sub-box3.imgbox {
  width: 500;
  height: 400;
  /* background-color: aqua; */
  scroll-snap-align: center;

}

.sub-box3 .imgbox .block1 img {
  width: 450px;
  height: 280px;
  margin-top: 20px;
  margin-left: 10px;
  border-radius: 10px;
  /* transition: .5s; */
}

.sub-box3 .imgbox h3 {
  font-size: 25px;
  margin-top: 10px;
  padding-left: 20px;
  font-weight: 400;
}



@media screen and (max-width: 900px) {


  .header-banner{
    padding: 50px 30px;
    height: 200px;
    min-height: 350px;

  }
  .header-banner h1{
    padding-top: 100px;
    font-weight: 400;
  }

  .sec2a{
    padding: 20px;
    height:auto;
  }
  
.sec2-text-box {
  width: 100%;
  margin-left: 0;
}
.sec2-text-box  h2{
  font-size: 32px;
  font-weight: 400;
}


.sec3a{
  padding: 20px;
}
.sec3a h1{
  margin-left: 0;
  font-size: 35px;
  font-weight: 400;
}
.sec3-text-box {
  width: 100%;
  margin-left: 0;
}
.sec3-text-box  h2{
  font-weight: 400;
  font-size: 28px;
}



.sec4a{
  padding: 20px;
}

.sec4a p{
  font-size: 18px;
}
.sec5a{
  height: auto;
  padding: 60px 20px;
}
.sec5a p{
  font-size: 18px;
}
.sec5-text{
  padding: 0;
  height: auto;
}

.sec6a{
  padding: 60px 20px;
}

.sec6a h1{
  width: 100%;
  font-size: 35px;
}

.sec6-header {
  width: 100%;
}

}
